home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffyrecipe.swf / scripts / DefineButton2_273 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  135 b   |  8 lines

  1. on(release){
  2.    if(_root.clicked_on("orange"))
  3.    {
  4.       this.gotoAndStop("off");
  5.       _root.removeGardenObject(this);
  6.    }
  7. }
  8.